3.14 \(\int F^{c (a+b x)} \sec (d+e x) \, dx\)

Optimal. Leaf size=84 \[ \frac{2 e^{i (d+e x)} F^{c (a+b x)} \text{Hypergeometric2F1}\left (1,\frac{e-i b c \log (F)}{2 e},\frac{1}{2} \left (3-\frac{i b c \log (F)}{e}\right ),-e^{2 i (d+e x)}\right )}{b c \log (F)+i e} \]

[Out]

(2*E^(I*(d + e*x))*F^(c*(a + b*x))*Hypergeometric2F1[1, (e - I*b*c*Log[F])/(2*e), (3 - (I*b*c*Log[F])/e)/2, -E
^((2*I)*(d + e*x))])/(I*e + b*c*Log[F])

________________________________________________________________________________________

Rubi [A]  time = 0.0178264, antiderivative size = 84, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 16, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.062, Rules used = {4451} \[ \frac{2 e^{i (d+e x)} F^{c (a+b x)} \, _2F_1\left (1,\frac{e-i b c \log (F)}{2 e};\frac{1}{2} \left (3-\frac{i b c \log (F)}{e}\right );-e^{2 i (d+e x)}\right )}{b c \log (F)+i e} \]

Antiderivative was successfully verified.

[In]

Int[F^(c*(a + b*x))*Sec[d + e*x],x]

[Out]

(2*E^(I*(d + e*x))*F^(c*(a + b*x))*Hypergeometric2F1[1, (e - I*b*c*Log[F])/(2*e), (3 - (I*b*c*Log[F])/e)/2, -E
^((2*I)*(d + e*x))])/(I*e + b*c*Log[F])

Rule 4451

Int[(F_)^((c_.)*((a_.) + (b_.)*(x_)))*Sec[(d_.) + (e_.)*(x_)]^(n_.), x_Symbol] :> Simp[(2^n*E^(I*n*(d + e*x))*
F^(c*(a + b*x))*Hypergeometric2F1[n, n/2 - (I*b*c*Log[F])/(2*e), 1 + n/2 - (I*b*c*Log[F])/(2*e), -E^(2*I*(d +
e*x))])/(I*e*n + b*c*Log[F]), x] /; FreeQ[{F, a, b, c, d, e}, x] && IntegerQ[n]

Rubi steps

\begin{align*} \int F^{c (a+b x)} \sec (d+e x) \, dx &=\frac{2 e^{i (d+e x)} F^{c (a+b x)} \, _2F_1\left (1,\frac{e-i b c \log (F)}{2 e};\frac{1}{2} \left (3-\frac{i b c \log (F)}{e}\right );-e^{2 i (d+e x)}\right )}{i e+b c \log (F)}\\ \end{align*}

Mathematica [A]  time = 0.0191242, size = 84, normalized size = 1. \[ \frac{2 e^{i (d+e x)} F^{c (a+b x)} \text{Hypergeometric2F1}\left (1,\frac{1}{2}-\frac{i b c \log (F)}{2 e},\frac{3}{2}-\frac{i b c \log (F)}{2 e},-e^{2 i (d+e x)}\right )}{b c \log (F)+i e} \]

Antiderivative was successfully verified.

[In]

Integrate[F^(c*(a + b*x))*Sec[d + e*x],x]

[Out]

(2*E^(I*(d + e*x))*F^(c*(a + b*x))*Hypergeometric2F1[1, 1/2 - ((I/2)*b*c*Log[F])/e, 3/2 - ((I/2)*b*c*Log[F])/e
, -E^((2*I)*(d + e*x))])/(I*e + b*c*Log[F])

________________________________________________________________________________________

Maple [F]  time = 0.037, size = 0, normalized size = 0. \begin{align*} \int{F}^{c \left ( bx+a \right ) }\sec \left ( ex+d \right ) \, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(c*(b*x+a))*sec(e*x+d),x)

[Out]

int(F^(c*(b*x+a))*sec(e*x+d),x)

________________________________________________________________________________________

Maxima [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(c*(b*x+a))*sec(e*x+d),x, algorithm="maxima")

[Out]

Timed out

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (F^{b c x + a c} \sec \left (e x + d\right ), x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(c*(b*x+a))*sec(e*x+d),x, algorithm="fricas")

[Out]

integral(F^(b*c*x + a*c)*sec(e*x + d), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int F^{c \left (a + b x\right )} \sec{\left (d + e x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F**(c*(b*x+a))*sec(e*x+d),x)

[Out]

Integral(F**(c*(a + b*x))*sec(d + e*x), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int F^{{\left (b x + a\right )} c} \sec \left (e x + d\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(c*(b*x+a))*sec(e*x+d),x, algorithm="giac")

[Out]

integrate(F^((b*x + a)*c)*sec(e*x + d), x)